home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 696 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  486 b 

  1. Path: news1.cle.ab.com!usenet
  2. From: don.phillips@ab.com (Donald-Anthony C. Phillips)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: Q: Terminating program at EOF
  5. Date: Mon, 08 Jan 1996 20:01:51 GMT
  6. Organization: The Allen-Bradley Co., Inc
  7. Distribution: inet
  8. Message-ID: <4crim1$la0@news1.cle.ab.com>
  9. References: <4cn66j$5r0@fnpx20.fnal.gov>
  10. NNTP-Posting-Host: abpc386.cle.ab.com
  11. X-Newsreader: Forte Free Agent 1.0.82
  12.  
  13.  
  14.  
  15. fgetc() requires an int data type.  Retest for EOF with an int
  16. variable.
  17.  
  18.  
  19.  
  20.